home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("Tone")
- set the visible of sprite 51 to 0
- updateStage()
- repeat while the mouseDown
- nothing()
- end repeat
- set the visible of sprite 51 to 1
- updateStage()
- end
-
- on mouseUp
- puppetSprite(16, 0)
- play done
- end
-